home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / TM.SHR / INCORP.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-08-16  |  654 b   |  29 lines

  1. @ECHO OFF
  2. if exist C:\MARK2\MK2LOAD.EXE goto mk2
  3. if not exist C:\MARK2\MK2LOAD.EXE goto end
  4. :mk2
  5. CLS
  6. ECHO.
  7. ECHO.
  8. ECHO  Install Has Detected The WCS Mark II Command & Control Center Software.
  9. ECHO  This Can Be Deleted And Your Program Files Can Be Incorporated Into 
  10. ECHO     Your New FLCS Command & Control Center.
  11. ECHO.
  12. CHOICE "Would You Like Install To Delete This And Save Your Old Program Files? "
  13. ECHO.
  14. ECHO.
  15. ECHO.
  16. PAUSE
  17. if errorlevel 2 goto end
  18. if errorlevel 1 goto incorpmk2
  19. if errorlevel 0 goto end
  20.  
  21. :incorpmk2
  22. ECHO Copying Files Now...
  23. copy c:\mark2\programs\*.* c:\tm\mk2progs
  24. deltree c:\mark2
  25. goto end
  26.  
  27. :end
  28. tm.bat
  29.